File: n_cn.sru
Size: 323
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Connection class
forward
global type n_cn from pfc_n_cn
end type
end forward

global type n_cn from pfc_n_cn
end type
global n_cn n_cn

on n_cn.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_cn.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on